const internal/poll.mutexClosed
10 uses
internal/poll (current package)
fd_mutex.go#L26: mutexClosed = 1 << 0
fd_mutex.go#L56: if old&mutexClosed != 0 {
fd_mutex.go#L74: if old&mutexClosed != 0 {
fd_mutex.go#L78: new := (old | mutexClosed) + mutexRef
fd_mutex.go#L110: return new&(mutexClosed|mutexRefMask) == mutexClosed
fd_mutex.go#L133: if old&mutexClosed != 0 {
fd_mutex.go#L190: return new&(mutexClosed|mutexRefMask) == mutexClosed
fd_mutex.go#L275: return atomic.LoadUint64(&fd.fdmu.state)&mutexClosed != 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |